home *** CD-ROM | disk | FTP | other *** search
/ MACD 5 / MACD 5.bin / internet / irc_i_dodatki / damircs6 / damircs.doc < prev   
Text File  |  1996-03-29  |  4KB  |  140 lines

  1.  
  2.     ----------------------------------------------------------------------
  3.  
  4.     This stuff is written by Troy "Doogie" Davis (doogie@wsp1.wspice.com).
  5.  
  6.     ----------------------------------------------------------------------
  7.  
  8. Step 1:  Make the following directories (if they don't already exist):
  9.  
  10.          PROGDIR:figlet/
  11.          PROGDIR:rexx/
  12.          PROGDIR:rexx/exe/
  13.  
  14.          (PROGDIR: is the directory that AmIRC is started from.)
  15.  
  16. Step 2:  - Copy the contents of the figlet directory to PROGDIR:figlet/
  17.          - Copy frontend.AMIRX, autodccget.AMIRX, and sendbrowser.AMIRX
  18.               script to PROGDIR:rexx/
  19.          - Copy the contents of the rexx/exe directory to PROGDIR:rexx/exe/
  20.  
  21. Step 3:  Check to see that RexxMast is somewhere in your path and that
  22.          you have rexxsupport.library and rexxreqtools.library in LIBS:, 
  23.          then add these lines to your user-startup:
  24.  
  25.    RexxMast >nil:
  26.    rxlib rexxsupport.library 0 -30 0
  27.    rxlib rexxreqtools.library 0 -30 0
  28.  
  29. Step 4:  Add these aliases to AmIRC (type in the string gadget one by 
  30.          one):
  31.  
  32.    /alias setaway /rx frontend away %p
  33.    /alias setback /rxreturn back %p
  34.    /alias chops /rx frontend chops %p
  35.    /alias enotify /rx frontend enotify
  36.    /alias figlet /rx frontend figlet %p
  37.    /alias finger /rx frontend finger %p
  38.  
  39. Step 5:  In AmIRC, open the Setup window, go to the Events page, and put
  40.          this in the DCC request Rexx Command string gadget:
  41.  
  42.    autodccget %p
  43.  
  44. Step 6:  Read thsee brief descriptions/instructions for each script:
  45.  
  46. -----
  47.  
  48.    chops.AMIRX.exe -- Lists ops of the active channel window.
  49.  
  50.       Usage: /CHOPS [-l]
  51.  
  52.       The -l switch will cause the IP of each channel op to be echoed.
  53.  
  54. -----
  55.  
  56.    enotify.AMIRX.exe -- Notify enhancer for AmIRC.
  57.  
  58.       This script performs a userhost query for nicks on the notify
  59.       list that appear.
  60.  
  61.       Usage: /ENOTIFY
  62.  
  63. -----
  64.  
  65.    figlet.AMIRX.exe -- Figlet script for AmIRC.
  66.  
  67.       Figlet is a program that makes big texts, such as: 
  68.        _  _     _ _     _ 
  69.       | || |___| | |___| |
  70.       | __ / -_) | / _ \_|
  71.       |_||_\___|_|_\___(_)
  72.  
  73.       Output is formatted to 66 columns.  And (by default) is sent to the
  74.       active channel window.  (Just don't send too much and flood yourself
  75.       off IRC.  :^)
  76.  
  77.       Usage: /FIGLET [-f font] [-m nick/channel] text
  78.  
  79.       The -f switch will use the named figlet font (which must be in 
  80.       PROGDIR:figlet/).  standard.flf is the default font.
  81.  
  82.       The -m switch will redirect output to the specified nick or channel
  83.       via private message.
  84.  
  85. -----
  86.  
  87.    finger.AMIRX.exe -- AmiTCP finger script for AmIRC.
  88.  
  89.       AmiTCP:bin/finger must exist for this script to work.
  90.  
  91.       Usage: /FINGER [-s] [-w] nick
  92.  
  93.       The -s switch will perform a finger on nick's site.
  94.  
  95.       The -w switch redirects output to a CON: window instead of to
  96.       AmIRC.
  97.  
  98. -----
  99.  
  100.    away.AMIRX.exe -- Away/back script for AmIRC.
  101.  
  102.       Usage: /SETAWAY [-q] [reason]
  103.       Usage: /SETBACK [-q]
  104.  
  105.       (-q switch means "quiet.")
  106.  
  107.       When /SETAWAY is used:
  108.  
  109.          You are set away for <reason> (if specified, otherwise "BRB" is
  110.          used) with a time stamp.
  111.  
  112.          All channels currently joined are sent "/me is AWAY - <reason> -
  113.          Messages will be logged." if the -q switch is not used.
  114.  
  115.          Private message logging begins.  All private messages you receive 
  116.          will be acknowledged with a notice ("Your message has been 
  117.          logged.") and stored until /SETBACK is used.
  118.  
  119.       When /SETBACK is used:
  120.  
  121.          You are set back (marked as not away).
  122.  
  123.          All channels currently joined are sent "/me is BACK." if the -q
  124.          switch is not used.
  125.  
  126.          The logged private messages are displayed.
  127.  
  128. -----
  129.  
  130.    autodccget.AMIRX -- Auto DCC get.
  131.  
  132. -----
  133.  
  134.    sendbrowser.AMIRX -- Interface for the URL grabber window.
  135.  
  136.       You must have AMosaic, IBrowse, and/or AWeb started.  The GUIs for
  137.       this script should be self-explanatory.
  138.  
  139. -----
  140. k